i have made another entry this time for C64 BASIC:
This is the code PUR -80

10 POKE 53280,0
20 POKE 53281,0
30 PRINT CHR$(30)
40 A = INT (RND(1)*(1000))
50 B$ = "$%&/("
60 C = INT (RND(1)*(10000))
70 D$ = "!($%"
80 PRINT A, B$, C, D$
90 GOTO 10

Enjoy, you need a C64 or Vice emulator to run it on windows

